home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Stuffed Files / MacDM,v2.0.sit / Hitpoint Records / card_4603.txt < prev    next >
Encoding:
Text File  |  1988-10-20  |  23.1 KB  |  842 lines

  1. -- card: 4603 from stack: in
  2. -- bmap block id: 7607
  3. -- flags: 4000
  4. -- background id: 6336
  5. -- name: Experience Calculator
  6. ----- HyperTalk script -----
  7. on distributeitA
  8.   global texptemp, tnametemp
  9.   global name1, name2, name3, name12
  10.   global name4, name5, name6, name7, name8, name9, name10, name11
  11.   if tnametemp is name1 then add texptemp to field "xt&ipoints1"
  12.   if tnametemp is name2 then add texptemp to field "xt&ipoints2"
  13.   if tnametemp is name3 then add texptemp to field "xt&ipoints3"
  14.   if tnametemp is name4 then add texptemp to field "xt&ipoints4"
  15.   if tnametemp is name5 then add texptemp to field "xt&ipoints5"
  16.   if tnametemp is name6 then add texptemp to field "xt&ipoints6"
  17.   if tnametemp is name7 then add texptemp to field "xt&ipoints7"
  18.   if tnametemp is name8 then add texptemp to field "xt&ipoints8"
  19.   if tnametemp is name9 then add texptemp to field "xt&ipoints9"
  20.   if tnametemp is name10 then add texptemp to field "xt&ipoints10"
  21.   if tnametemp is name11 then add texptemp to field "xt&ipoints11"
  22.   if tnametemp is name12 then add texptemp to field "xt&ipoints12"
  23. end distributeitA
  24.  
  25.  
  26. on distributeitB
  27.   global texptemp, partynumber
  28.   put 0 into partynumber
  29.   if field xname1 is not empty and hilite of button expcheck1 is false then add 1 to partynumber
  30.   if field xname2 is not empty and hilite of button expcheck2 is false then add 1 to partynumber
  31.   if field xname3 is not empty and hilite of button expcheck3 is false then add 1 to partynumber
  32.   if field xname4 is not empty and hilite of button expcheck4 is false then add 1 to partynumber
  33.   if field xname5 is not empty and hilite of button expcheck5 is false then add 1 to partynumber
  34.   if field xname6 is not empty and hilite of button expcheck6 is false then add 1 to partynumber
  35.   if field xname7 is not empty and hilite of button expcheck7 is false then add 1 to partynumber
  36.   if field xname8 is not empty and hilite of button expcheck8 is false then add 1 to partynumber
  37.   if field xname9 is not empty and hilite of button expcheck9 is false then add 1 to partynumber
  38.   if field xname10 is not empty and hilite of button expcheck10 is false then add 1 to partynumber
  39.   if field xname11 is not empty and hilite of button expcheck11 is false then add 1 to partynumber
  40.   if field xname12 is not empty and hilite of button expcheck12 is false then add 1 to partynumber
  41.  
  42.   divide texptemp by partynumber
  43.   put round(texptemp) into texptemp
  44.  
  45.   if field xname1 is not empty and hilite of button expcheck1 is false then add texptemp to field "xt&ipoints1"
  46.   if field xname2 is not empty and hilite of button expcheck2 is false then add texptemp to field "xt&ipoints2"
  47.   if field xname3 is not empty and hilite of button expcheck3 is false then add texptemp to field "xt&ipoints3"
  48.   if field xname4 is not empty and hilite of button expcheck4 is false then add texptemp to field "xt&ipoints4"
  49.   if field xname5 is not empty and hilite of button expcheck5 is false then add texptemp to field "xt&ipoints5"
  50.   if field xname6 is not empty and hilite of button expcheck6 is false then add texptemp to field "xt&ipoints6"
  51.   if field xname7 is not empty and hilite of button expcheck7 is false then add texptemp to field "xt&ipoints7"
  52.   if field xname8 is not empty and hilite of button expcheck8 is false then add texptemp to field "xt&ipoints8"
  53.   if field xname9 is not empty and hilite of button expcheck9 is false then add texptemp to field "xt&ipoints9"
  54.   if field xname10 is not empty and hilite of button expcheck10 is false then add texptemp to field "xt&ipoints10"
  55.   if field xname11 is not empty and hilite of button expcheck11 is false then add texptemp to field "xt&ipoints11"
  56.   if field xname12 is not empty and hilite of button expcheck12 is false then add texptemp to field "xt&ipoints12"
  57. end distributeitB
  58.  
  59.  
  60. on distributeitC
  61.   global texptemp, tnametemp
  62.   global name1, name2, name3, name12
  63.   global name4, name5, name6, name7, name8, name9, name10, name11
  64.   if tnametemp is name1 then add texptemp to field "xs&dpoints1"
  65.   if tnametemp is name2 then add texptemp to field "xs&dpoints2"
  66.   if tnametemp is name3 then add texptemp to field "xs&dpoints3"
  67.   if tnametemp is name4 then add texptemp to field "xs&dpoints4"
  68.   if tnametemp is name5 then add texptemp to field "xs&dpoints5"
  69.   if tnametemp is name6 then add texptemp to field "xs&dpoints6"
  70.   if tnametemp is name7 then add texptemp to field "xs&dpoints7"
  71.   if tnametemp is name8 then add texptemp to field "xs&dpoints8"
  72.   if tnametemp is name9 then add texptemp to field "xs&dpoints9"
  73.   if tnametemp is name10 then add texptemp to field "xs&dpoints10"
  74.   if tnametemp is name11 then add texptemp to field "xs&dpoints11"
  75.   if tnametemp is name12 then add texptemp to field "xs&dpoints12"
  76. end distributeitC
  77.  
  78.  
  79. on distributeitD
  80.   global texptemp, partynumber
  81.   put 0 into partynumber
  82.   if field xname1 is not empty and hilite of button expcheck1 is false then add 1 to partynumber
  83.   if field xname2 is not empty and hilite of button expcheck2 is false then add 1 to partynumber
  84.   if field xname3 is not empty and hilite of button expcheck3 is false then add 1 to partynumber
  85.   if field xname4 is not empty and hilite of button expcheck4 is false then add 1 to partynumber
  86.   if field xname5 is not empty and hilite of button expcheck5 is false then add 1 to partynumber
  87.   if field xname6 is not empty and hilite of button expcheck6 is false then add 1 to partynumber
  88.   if field xname7 is not empty and hilite of button expcheck7 is false then add 1 to partynumber
  89.   if field xname8 is not empty and hilite of button expcheck8 is false then add 1 to partynumber
  90.   if field xname9 is not empty and hilite of button expcheck9 is false then add 1 to partynumber
  91.   if field xname10 is not empty and hilite of button expcheck10 is false then add 1 to partynumber
  92.   if field xname11 is not empty and hilite of button expcheck11 is false then add 1 to partynumber
  93.   if field xname12 is not empty and hilite of button expcheck12 is false then add 1 to partynumber
  94.  
  95.   divide texptemp by partynumber
  96.   put round(texptemp) into texptemp
  97.  
  98.   if field xname1 is not empty and hilite of button expcheck1 is false then add texptemp to field "xs&dpoints1"
  99.   if field xname2 is not empty and hilite of button expcheck2 is false then add texptemp to field "xs&dpoints2"
  100.   if field xname3 is not empty and hilite of button expcheck3 is false then add texptemp to field "xs&dpoints3"
  101.   if field xname4 is not empty and hilite of button expcheck4 is false then add texptemp to field "xs&dpoints4"
  102.   if field xname5 is not empty and hilite of button expcheck5 is false then add texptemp to field "xs&dpoints5"
  103.   if field xname6 is not empty and hilite of button expcheck6 is false then add texptemp to field "xs&dpoints6"
  104.   if field xname7 is not empty and hilite of button expcheck7 is false then add texptemp to field "xs&dpoints7"
  105.   if field xname8 is not empty and hilite of button expcheck8 is false then add texptemp to field "xs&dpoints8"
  106.   if field xname9 is not empty and hilite of button expcheck9 is false then add texptemp to field "xs&dpoints9"
  107.   if field xname10 is not empty and hilite of button expcheck10 is false then add texptemp to field "xs&dpoints10"
  108.   if field xname11 is not empty and hilite of button expcheck11 is false then add texptemp to field "xs&dpoints11"
  109.   if field xname12 is not empty and hilite of button expcheck12 is false then add texptemp to field "xs&dpoints12"
  110. end distributeitD
  111.  
  112.  
  113. on propexp
  114.   global name1, name2, name3, name4, name5, name6, name7, name8
  115.   global name9, name10, name11, name12, xmbytemp, xmdamtemp
  116.   if name1 is xmbytemp and hilite of button expcheck1 is false then
  117.     add xmdamtemp to field "xmonsterpoints1"
  118.   end if
  119.   if name2 is xmbytemp and hilite of button expcheck2 is false then
  120.     add xmdamtemp to field "xmonsterpoints2"
  121.   end if
  122.   if name3 is xmbytemp and hilite of button expcheck3 is false then
  123.     add xmdamtemp to field "xmonsterpoints3"
  124.   end if
  125.   if name4 is xmbytemp and hilite of button expcheck4 is false then
  126.     add xmdamtemp to field "xmonsterpoints4"
  127.   end if
  128.   if name5 is xmbytemp and hilite of button expcheck5 is false then
  129.     add xmdamtemp to field "xmonsterpoints5"
  130.   end if
  131.   if name6 is xmbytemp and hilite of button expcheck6 is false then
  132.     add xmdamtemp to field "xmonsterpoints6"
  133.   end if
  134.   if name7 is xmbytemp and hilite of button expcheck7 is false then
  135.     add xmdamtemp to field "xmonsterpoints7"
  136.   end if
  137.   if name8 is xmbytemp and hilite of button expcheck8 is false then
  138.     add xmdamtemp to field "xmonsterpoints8"
  139.   end if
  140.   if name9 is xmbytemp and hilite of button expcheck9 is false then
  141.     add xmdamtemp to field "xmonsterpoints9"
  142.   end if
  143.   if name10 is xmbytemp and hilite of button expcheck10 is false then
  144.     add xmdamtemp to field "xmonsterpoints10"
  145.   end if
  146.   if name11 is xmbytemp and hilite of button expcheck11 is false then
  147.     add xmdamtemp to field "xmonsterpoints11"
  148.   end if
  149.   if name12 is xmbytemp and hilite of button expcheck12 is false then
  150.     add xmdamtemp to field "xmonsterpoints12"
  151.   end if
  152. end propexp
  153.  
  154.  
  155.  
  156. -- part 8 (button)
  157. -- low flags: 00
  158. -- high flags: 0006
  159. -- rect: left=140 top=91 right=109 bottom=160
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 0 / 0
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: Equalize
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   set hilite of button "proportion" to false
  171.   set hilite of button "equalize" to true
  172. end mouseUp
  173.  
  174.  
  175.  
  176. -- part 9 (button)
  177. -- low flags: 00
  178. -- high flags: 4006
  179. -- rect: left=114 top=91 right=109 bottom=134
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: Proportion
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   set hilite of button "proportion" to true
  191.   set hilite of button "equalize" to false
  192. end mouseUp
  193.  
  194.  
  195.  
  196. -- part 10 (button)
  197. -- low flags: 00
  198. -- high flags: 0006
  199. -- rect: left=404 top=109 right=127 bottom=424
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 1
  203. -- font id: 0
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: No1
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   set hilite of button "Yes1" to false
  211.   set hilite of button "No1" to true
  212. end mouseUp
  213.  
  214.  
  215.  
  216. -- part 11 (button)
  217. -- low flags: 00
  218. -- high flags: 4006
  219. -- rect: left=385 top=109 right=127 bottom=405
  220. -- title width / last selected line: 0
  221. -- icon id / first selected line: 0 / 0
  222. -- text alignment: 1
  223. -- font id: 0
  224. -- text size: 12
  225. -- style flags: 0
  226. -- line height: 16
  227. -- part name: Yes1
  228. ----- HyperTalk script -----
  229. on mouseUp
  230.   set hilite of button "Yes1" to true
  231.   set hilite of button "No1" to false
  232. end mouseUp
  233.  
  234.  
  235.  
  236. -- part 15 (button)
  237. -- low flags: 00
  238. -- high flags: 4006
  239. -- rect: left=385 top=127 right=145 bottom=405
  240. -- title width / last selected line: 0
  241. -- icon id / first selected line: 0 / 0
  242. -- text alignment: 1
  243. -- font id: 0
  244. -- text size: 12
  245. -- style flags: 0
  246. -- line height: 16
  247. -- part name: Yes2
  248. ----- HyperTalk script -----
  249. on mouseUp
  250.   set hilite of button "Yes2" to true
  251.   set hilite of button "No2" to false
  252. end mouseUp
  253.  
  254.  
  255.  
  256. -- part 16 (button)
  257. -- low flags: 00
  258. -- high flags: 4006
  259. -- rect: left=385 top=145 right=163 bottom=405
  260. -- title width / last selected line: 0
  261. -- icon id / first selected line: 0 / 0
  262. -- text alignment: 1
  263. -- font id: 0
  264. -- text size: 12
  265. -- style flags: 0
  266. -- line height: 16
  267. -- part name: Yes3
  268. ----- HyperTalk script -----
  269. on mouseUp
  270.   set hilite of button "Yes3" to true
  271.   set hilite of button "No3" to false
  272. end mouseUp
  273.  
  274.  
  275.  
  276. -- part 17 (button)
  277. -- low flags: 00
  278. -- high flags: 4006
  279. -- rect: left=385 top=163 right=181 bottom=405
  280. -- title width / last selected line: 0
  281. -- icon id / first selected line: 0 / 0
  282. -- text alignment: 1
  283. -- font id: 0
  284. -- text size: 12
  285. -- style flags: 0
  286. -- line height: 16
  287. -- part name: Yes4
  288. ----- HyperTalk script -----
  289. on mouseUp
  290.   set hilite of button "Yes4" to true
  291.   set hilite of button "No4" to false
  292. end mouseUp
  293.  
  294.  
  295.  
  296. -- part 18 (button)
  297. -- low flags: 00
  298. -- high flags: 4006
  299. -- rect: left=385 top=181 right=199 bottom=405
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 0 / 0
  302. -- text alignment: 1
  303. -- font id: 0
  304. -- text size: 12
  305. -- style flags: 0
  306. -- line height: 16
  307. -- part name: Yes5
  308. ----- HyperTalk script -----
  309. on mouseUp
  310.   set hilite of button "Yes5" to true
  311.   set hilite of button "No5" to false
  312. end mouseUp
  313.  
  314.  
  315.  
  316. -- part 19 (button)
  317. -- low flags: 00
  318. -- high flags: 4006
  319. -- rect: left=385 top=199 right=217 bottom=405
  320. -- title width / last selected line: 0
  321. -- icon id / first selected line: 0 / 0
  322. -- text alignment: 1
  323. -- font id: 0
  324. -- text size: 12
  325. -- style flags: 0
  326. -- line height: 16
  327. -- part name: Yes6
  328. ----- HyperTalk script -----
  329. on mouseUp
  330.   set hilite of button "Yes6" to true
  331.   set hilite of button "No6" to false
  332. end mouseUp
  333.  
  334.  
  335.  
  336. -- part 20 (button)
  337. -- low flags: 00
  338. -- high flags: 4006
  339. -- rect: left=385 top=217 right=235 bottom=405
  340. -- title width / last selected line: 0
  341. -- icon id / first selected line: 0 / 0
  342. -- text alignment: 1
  343. -- font id: 0
  344. -- text size: 12
  345. -- style flags: 0
  346. -- line height: 16
  347. -- part name: Yes7
  348. ----- HyperTalk script -----
  349. on mouseUp
  350.   set hilite of button "Yes7" to true
  351.   set hilite of button "No7" to false
  352. end mouseUp
  353.  
  354.  
  355.  
  356. -- part 21 (button)
  357. -- low flags: 00
  358. -- high flags: 4006
  359. -- rect: left=385 top=235 right=253 bottom=405
  360. -- title width / last selected line: 0
  361. -- icon id / first selected line: 0 / 0
  362. -- text alignment: 1
  363. -- font id: 0
  364. -- text size: 12
  365. -- style flags: 0
  366. -- line height: 16
  367. -- part name: Yes8
  368. ----- HyperTalk script -----
  369. on mouseUp
  370.   set hilite of button "Yes8" to true
  371.   set hilite of button "No8" to false
  372. end mouseUp
  373.  
  374.  
  375.  
  376. -- part 22 (button)
  377. -- low flags: 00
  378. -- high flags: 4006
  379. -- rect: left=385 top=253 right=271 bottom=405
  380. -- title width / last selected line: 0
  381. -- icon id / first selected line: 0 / 0
  382. -- text alignment: 1
  383. -- font id: 0
  384. -- text size: 12
  385. -- style flags: 0
  386. -- line height: 16
  387. -- part name: Yes9
  388. ----- HyperTalk script -----
  389. on mouseUp
  390.   set hilite of button "Yes9" to true
  391.   set hilite of button "No9" to false
  392. end mouseUp
  393.  
  394.  
  395.  
  396. -- part 23 (button)
  397. -- low flags: 00
  398. -- high flags: 4006
  399. -- rect: left=385 top=271 right=289 bottom=405
  400. -- title width / last selected line: 0
  401. -- icon id / first selected line: 0 / 0
  402. -- text alignment: 1
  403. -- font id: 0
  404. -- text size: 12
  405. -- style flags: 0
  406. -- line height: 16
  407. -- part name: Yes10
  408. ----- HyperTalk script -----
  409. on mouseUp
  410.   set hilite of button "Yes10" to true
  411.   set hilite of button "No10" to false
  412. end mouseUp
  413.  
  414.  
  415.  
  416. -- part 24 (button)
  417. -- low flags: 00
  418. -- high flags: 4006
  419. -- rect: left=385 top=289 right=307 bottom=405
  420. -- title width / last selected line: 0
  421. -- icon id / first selected line: 0 / 0
  422. -- text alignment: 1
  423. -- font id: 0
  424. -- text size: 12
  425. -- style flags: 0
  426. -- line height: 16
  427. -- part name: Yes11
  428. ----- HyperTalk script -----
  429. on mouseUp
  430.   set hilite of button "Yes11" to true
  431.   set hilite of button "No11" to false
  432. end mouseUp
  433.  
  434.  
  435.  
  436. -- part 25 (button)
  437. -- low flags: 00
  438. -- high flags: 4006
  439. -- rect: left=385 top=307 right=325 bottom=405
  440. -- title width / last selected line: 0
  441. -- icon id / first selected line: 0 / 0
  442. -- text alignment: 1
  443. -- font id: 0
  444. -- text size: 12
  445. -- style flags: 0
  446. -- line height: 16
  447. -- part name: Yes12
  448. ----- HyperTalk script -----
  449. on mouseUp
  450.   set hilite of button "Yes12" to true
  451.   set hilite of button "No12" to false
  452. end mouseUp
  453.  
  454.  
  455.  
  456. -- part 26 (button)
  457. -- low flags: 00
  458. -- high flags: 0006
  459. -- rect: left=404 top=127 right=145 bottom=424
  460. -- title width / last selected line: 0
  461. -- icon id / first selected line: 0 / 0
  462. -- text alignment: 1
  463. -- font id: 0
  464. -- text size: 12
  465. -- style flags: 0
  466. -- line height: 16
  467. -- part name: No2
  468. ----- HyperTalk script -----
  469. on mouseUp
  470.   set hilite of button "Yes2" to false
  471.   set hilite of button "No2" to true
  472. end mouseUp
  473.  
  474.  
  475.  
  476. -- part 27 (button)
  477. -- low flags: 00
  478. -- high flags: 0006
  479. -- rect: left=404 top=145 right=163 bottom=424
  480. -- title width / last selected line: 0
  481. -- icon id / first selected line: 0 / 0
  482. -- text alignment: 1
  483. -- font id: 0
  484. -- text size: 12
  485. -- style flags: 0
  486. -- line height: 16
  487. -- part name: No3
  488. ----- HyperTalk script -----
  489. on mouseUp
  490.   set hilite of button "Yes3" to false
  491.   set hilite of button "No3" to true
  492. end mouseUp
  493.  
  494.  
  495.  
  496. -- part 28 (button)
  497. -- low flags: 00
  498. -- high flags: 0006
  499. -- rect: left=404 top=163 right=181 bottom=424
  500. -- title width / last selected line: 0
  501. -- icon id / first selected line: 0 / 0
  502. -- text alignment: 1
  503. -- font id: 0
  504. -- text size: 12
  505. -- style flags: 0
  506. -- line height: 16
  507. -- part name: No4
  508. ----- HyperTalk script -----
  509. on mouseUp
  510.   set hilite of button "Yes4" to false
  511.   set hilite of button "No4" to true
  512. end mouseUp
  513.  
  514.  
  515.  
  516. -- part 29 (button)
  517. -- low flags: 00
  518. -- high flags: 0006
  519. -- rect: left=404 top=181 right=199 bottom=424
  520. -- title width / last selected line: 0
  521. -- icon id / first selected line: 0 / 0
  522. -- text alignment: 1
  523. -- font id: 0
  524. -- text size: 12
  525. -- style flags: 0
  526. -- line height: 16
  527. -- part name: No5
  528. ----- HyperTalk script -----
  529. on mouseUp
  530.   set hilite of button "Yes5" to false
  531.   set hilite of button "No5" to true
  532. end mouseUp
  533.  
  534.  
  535.  
  536. -- part 30 (button)
  537. -- low flags: 00
  538. -- high flags: 0006
  539. -- rect: left=404 top=199 right=217 bottom=424
  540. -- title width / last selected line: 0
  541. -- icon id / first selected line: 0 / 0
  542. -- text alignment: 1
  543. -- font id: 0
  544. -- text size: 12
  545. -- style flags: 0
  546. -- line height: 16
  547. -- part name: No6
  548. ----- HyperTalk script -----
  549. on mouseUp
  550.   set hilite of button "Yes6" to false
  551.   set hilite of button "No6" to true
  552. end mouseUp
  553.  
  554.  
  555.  
  556. -- part 31 (button)
  557. -- low flags: 00
  558. -- high flags: 0006
  559. -- rect: left=404 top=217 right=235 bottom=424
  560. -- title width / last selected line: 0
  561. -- icon id / first selected line: 0 / 0
  562. -- text alignment: 1
  563. -- font id: 0
  564. -- text size: 12
  565. -- style flags: 0
  566. -- line height: 16
  567. -- part name: No7
  568. ----- HyperTalk script -----
  569. on mouseUp
  570.   set hilite of button "Yes7" to false
  571.   set hilite of button "No7" to true
  572. end mouseUp
  573.  
  574.  
  575.  
  576. -- part 32 (button)
  577. -- low flags: 00
  578. -- high flags: 0006
  579. -- rect: left=404 top=235 right=253 bottom=424
  580. -- title width / last selected line: 0
  581. -- icon id / first selected line: 0 / 0
  582. -- text alignment: 1
  583. -- font id: 0
  584. -- text size: 12
  585. -- style flags: 0
  586. -- line height: 16
  587. -- part name: No8
  588. ----- HyperTalk script -----
  589. on mouseUp
  590.   set hilite of button "Yes8" to false
  591.   set hilite of button "No8" to true
  592. end mouseUp
  593.  
  594.  
  595.  
  596. -- part 33 (button)
  597. -- low flags: 00
  598. -- high flags: 0006
  599. -- rect: left=404 top=253 right=271 bottom=424
  600. -- title width / last selected line: 0
  601. -- icon id / first selected line: 0 / 0
  602. -- text alignment: 1
  603. -- font id: 0
  604. -- text size: 12
  605. -- style flags: 0
  606. -- line height: 16
  607. -- part name: No9
  608. ----- HyperTalk script -----
  609. on mouseUp
  610.   set hilite of button "Yes9" to false
  611.   set hilite of button "No9" to true
  612. end mouseUp
  613.  
  614.  
  615.  
  616. -- part 34 (button)
  617. -- low flags: 00
  618. -- high flags: 0006
  619. -- rect: left=404 top=271 right=289 bottom=424
  620. -- title width / last selected line: 0
  621. -- icon id / first selected line: 0 / 0
  622. -- text alignment: 1
  623. -- font id: 0
  624. -- text size: 12
  625. -- style flags: 0
  626. -- line height: 16
  627. -- part name: No10
  628. ----- HyperTalk script -----
  629. on mouseUp
  630.   set hilite of button "Yes10" to false
  631.   set hilite of button "No10" to true
  632. end mouseUp
  633.  
  634.  
  635.  
  636. -- part 35 (button)
  637. -- low flags: 00
  638. -- high flags: 0006
  639. -- rect: left=404 top=289 right=307 bottom=424
  640. -- title width / last selected line: 0
  641. -- icon id / first selected line: 0 / 0
  642. -- text alignment: 1
  643. -- font id: 0
  644. -- text size: 12
  645. -- style flags: 0
  646. -- line height: 16
  647. -- part name: No11
  648. ----- HyperTalk script -----
  649. on mouseUp
  650.   set hilite of button "Yes11" to false
  651.   set hilite of button "No11" to true
  652. end mouseUp
  653.  
  654.  
  655.  
  656. -- part 36 (button)
  657. -- low flags: 00
  658. -- high flags: 0006
  659. -- rect: left=404 top=307 right=325 bottom=424
  660. -- title width / last selected line: 0
  661. -- icon id / first selected line: 0 / 0
  662. -- text alignment: 1
  663. -- font id: 0
  664. -- text size: 12
  665. -- style flags: 0
  666. -- line height: 16
  667. -- part name: No12
  668. ----- HyperTalk script -----
  669. on mouseUp
  670.   set hilite of button "Yes12" to false
  671.   set hilite of button "No12" to true
  672. end mouseUp
  673.  
  674.  
  675.  
  676. -- part 37 (button)
  677. -- low flags: 80
  678. -- high flags: 0006
  679. -- rect: left=72 top=110 right=128 bottom=92
  680. -- title width / last selected line: 0
  681. -- icon id / first selected line: 0 / 0
  682. -- text alignment: 1
  683. -- font id: 0
  684. -- text size: 12
  685. -- style flags: 0
  686. -- line height: 16
  687. -- part name: expcheck1
  688.  
  689.  
  690. -- part 38 (button)
  691. -- low flags: 80
  692. -- high flags: 0006
  693. -- rect: left=72 top=128 right=146 bottom=92
  694. -- title width / last selected line: 0
  695. -- icon id / first selected line: 0 / 0
  696. -- text alignment: 1
  697. -- font id: 0
  698. -- text size: 12
  699. -- style flags: 0
  700. -- line height: 16
  701. -- part name: expcheck2
  702.  
  703.  
  704. -- part 39 (button)
  705. -- low flags: 80
  706. -- high flags: 0006
  707. -- rect: left=72 top=146 right=164 bottom=92
  708. -- title width / last selected line: 0
  709. -- icon id / first selected line: 0 / 0
  710. -- text alignment: 1
  711. -- font id: 0
  712. -- text size: 12
  713. -- style flags: 0
  714. -- line height: 16
  715. -- part name: expcheck3
  716.  
  717.  
  718. -- part 40 (button)
  719. -- low flags: 80
  720. -- high flags: 0006
  721. -- rect: left=72 top=164 right=182 bottom=92
  722. -- title width / last selected line: 0
  723. -- icon id / first selected line: 0 / 0
  724. -- text alignment: 1
  725. -- font id: 0
  726. -- text size: 12
  727. -- style flags: 0
  728. -- line height: 16
  729. -- part name: expcheck4
  730.  
  731.  
  732. -- part 41 (button)
  733. -- low flags: 80
  734. -- high flags: 0006
  735. -- rect: left=72 top=182 right=200 bottom=92
  736. -- title width / last selected line: 0
  737. -- icon id / first selected line: 0 / 0
  738. -- text alignment: 1
  739. -- font id: 0
  740. -- text size: 12
  741. -- style flags: 0
  742. -- line height: 16
  743. -- part name: expcheck5
  744.  
  745.  
  746. -- part 42 (button)
  747. -- low flags: 80
  748. -- high flags: 0006
  749. -- rect: left=72 top=200 right=218 bottom=92
  750. -- title width / last selected line: 0
  751. -- icon id / first selected line: 0 / 0
  752. -- text alignment: 1
  753. -- font id: 0
  754. -- text size: 12
  755. -- style flags: 0
  756. -- line height: 16
  757. -- part name: expcheck6
  758.  
  759.  
  760. -- part 43 (button)
  761. -- low flags: 80
  762. -- high flags: 0006
  763. -- rect: left=72 top=218 right=236 bottom=92
  764. -- title width / last selected line: 0
  765. -- icon id / first selected line: 0 / 0
  766. -- text alignment: 1
  767. -- font id: 0
  768. -- text size: 12
  769. -- style flags: 0
  770. -- line height: 16
  771. -- part name: expcheck7
  772.  
  773.  
  774. -- part 44 (button)
  775. -- low flags: 80
  776. -- high flags: 0006
  777. -- rect: left=72 top=236 right=254 bottom=92
  778. -- title width / last selected line: 0
  779. -- icon id / first selected line: 0 / 0
  780. -- text alignment: 1
  781. -- font id: 0
  782. -- text size: 12
  783. -- style flags: 0
  784. -- line height: 16
  785. -- part name: expcheck8
  786.  
  787.  
  788. -- part 45 (button)
  789. -- low flags: 80
  790. -- high flags: 0006
  791. -- rect: left=72 top=254 right=272 bottom=92
  792. -- title width / last selected line: 0
  793. -- icon id / first selected line: 0 / 0
  794. -- text alignment: 1
  795. -- font id: 0
  796. -- text size: 12
  797. -- style flags: 0
  798. -- line height: 16
  799. -- part name: expcheck9
  800.  
  801.  
  802. -- part 46 (button)
  803. -- low flags: 80
  804. -- high flags: 0006
  805. -- rect: left=72 top=272 right=290 bottom=92
  806. -- title width / last selected line: 0
  807. -- icon id / first selected line: 0 / 0
  808. -- text alignment: 1
  809. -- font id: 0
  810. -- text size: 12
  811. -- style flags: 0
  812. -- line height: 16
  813. -- part name: expcheck10
  814.  
  815.  
  816. -- part 47 (button)
  817. -- low flags: 80
  818. -- high flags: 0006
  819. -- rect: left=72 top=290 right=308 bottom=92
  820. -- title width / last selected line: 0
  821. -- icon id / first selected line: 0 / 0
  822. -- text alignment: 1
  823. -- font id: 0
  824. -- text size: 12
  825. -- style flags: 0
  826. -- line height: 16
  827. -- part name: expcheck11
  828.  
  829.  
  830. -- part 48 (button)
  831. -- low flags: 80
  832. -- high flags: 0006
  833. -- rect: left=72 top=308 right=326 bottom=92
  834. -- title width / last selected line: 0
  835. -- icon id / first selected line: 0 / 0
  836. -- text alignment: 1
  837. -- font id: 0
  838. -- text size: 12
  839. -- style flags: 0
  840. -- line height: 16
  841. -- part name: expcheck12
  842.